/** Reset Bootstrap **/
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:active,
.form-control:focus,
.page-link:focus {
	box-shadow: none !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active,
.page-item.active .page-link {
	border-color: transparent;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	outline: none;
}

.dropdown-toggle::after {
	content: '\f078';
	font-family: Font Awesome\ 5 Pro;
	border: none;
	font-size: 10px;
	width: 0.313em;
	height: 0.625em;
	font-weight: bold;
}

ul.dropdown-menu {
    font-size: 12px;
}

li.nav-item {
    text-transform: uppercase;
}

.home-header {
	text-align: center;
	text-transform: uppercase;
	margin-top: 1.2rem;
	letter-spacing: 3px;
}

.page-home .catalog-product {
	border-bottom: none !important;
}

/** Header **/
.layout-zone-header .navbar-brand {
	margin-right: 0;
}

.order-cart-wrapper .dropdown-toggle:after {
	display: none;
}

.order-cart-wrapper .cart-link {
	position: relative;
}

.cart-mobile .item-count {
	right: 5px;
	bottom: 5px;
	font-size: 0.75rem;
	height: 1.2rem;
	min-width: 1.2rem;
	border: 1px solid #ffffff !important;
}

#account-menu-btn {
	cursor: pointer;
}

.account-nav .nav-link,
.order-cart-wrapper .cart-link{
	padding: .25rem;
}

/** Navigation **/
.layout-zone-navigation .navbar {
	padding: .25rem;
}

/** Home Slider **/
.container-slider {
	padding: 0;
}

.slide-image {
	min-height: 450px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-text-container {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	min-height: inherit;
	padding: 0;
}

.slide-text-wrapper {
	position: absolute;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 500px;
	width: 80%;
	padding: 1rem;
	text-align: center;
}

.slide-header {
	line-height: 1;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.slide-caption {
	font-weight: lighter;
	margin-bottom: 20px;
}

.btn-slider {
	font-size: 1rem;
	padding: .65rem 1.8rem;
}

.home-slider-pagination .swiper-pagination-bullet {
	border: 1px solid;
}

/** about us **/
.container-about-us {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.layout-zone-about-us {
	padding: 6rem;
}

/** products list **/
.list-products .product-sale {
	right: 3px;
}

.list-products .product-hot-deal {
	left: 3px;
}

.product-info .product-rating,
.product-info .product-free-shipping,
.product-info .product-add-to-wishlist {
	font-size: 0.75rem;
	margin: 0 !important;
}

.product-info .product-rating .rating {
	min-width: auto;
}

.product .badge-product-savings {
	font-weight: 600;
}

.list-products .product .product-price {
	margin-top: .5rem;
}

.product-info-bottom .col-5.text-right {
	line-height: 1;
}

/* Image lightbox */
.modal-product {
	z-index: 10000;
}

.modal-product .close {
	font-size: 1rem;
}

.modal-product .image-thumb {
	gap: 1rem;
}

.modal-product .image-thumb .thumb {
    height: 4rem;
    width: 4rem;
	outline: 1px solid #E4E4E4;
	cursor: pointer;
}

.modal-product .image-thumb .thumb.active,
.modal-product .image-thumb .thumb:hover {
	outline: 3px solid #3e3e3e;
}

.modal-product .image-thumb img {
	height: 100%;
    width: 100%;
    object-fit: cover;
}

/** Swiper Slider **/
.swiper-pagination-bullet {
	opacity: 1;
	width: .6rem;
	height: .6rem;
}

.swiper-button-prev,
.swiper-button-next {
	background-image: none;
	font-size: 2rem;
	line-height: 1;
	border-radius: 50%;
	padding: 0.25rem 0.75rem;
}

.swiper-button-prev i,
.swiper-button-next i {
	font-weight: 600;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
	outline: none;
}

/** newsletters **/
.newsletter-wrapper input.subscribe-email {
	background: transparent;
	border: 1px solid #ffffff !important;
	color: #ffffff;
}

.newsletter-wrapper input.subscribe-email::placeholder {
	color: #ffffff;
}

/** Footer **/
.footer-title {
	text-transform: uppercase;
	font-weight: 700;
}

.layout-zone-footer .nav-link {
	padding: .5rem 0;
	line-height: 1;
}

.container-sub-footer {
	padding: 0.5rem 0;
	font-size: 0.75rem;
	font-weight: 500;
}

.layout-zone-sub-footer {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.nav-link-social {
	font-size: 2.5rem;
}

@media (min-width: 568px) {
	.product-add .product-qty {
		max-width: 150px;
		width: 100%;
	}

	.product-add .button-add-to-cart {
		width: auto;
	}
}

@media (min-width: 768px) {
	.layout-zone-sub-footer {
		flex-direction: row;
	}

	#home-products-slider.list-products .product-action .input-group-quantity,
	#home-products-slider.list-products .product-action .button-add-to-cart {
		max-width: none;
		width: auto;
	}

	.product-add .product-qty {
		max-width: 100%;
		width: 100%;
	}

	.list-products .product-add button, .list-products .product-add input[type="text"] {
		font-size: 12px !important;
	}
}

@media (min-width: 992px) {
	.slide-image {
		min-height: 650px
	}

	.slide-text-wrapper {
		padding: 2rem;
	}

	.slide-text-wrapper.slide-position-left {
		left: 0;
		transform: translate(0px, -50%);
	}

	.slide-text-wrapper.slide-position-center {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.slide-text-wrapper.slide-position-right {
		left: auto;
		right: 15px;
		transform: translate(0, -50%);
	}

	.swiper-pagination-bullet {
		width: 1rem;
		height: 1rem;
	}

	.product-add .product-qty {
		max-width: 150px;
		width: 100%;
	}

	.product-add .button-add-to-cart {
		width: auto;
	}

	.page-cart .cart-checkout-button-wrap .btn-cart-action {
		padding: .25rem .5rem;
		font-size: .875rem;
		line-height: 1.5;
		border-radius: .2rem;
	}
}

@media (min-width: 1200px) {
	.list-products.list-products-grid .product .product-add .input-group {
		max-width: 110px;
		width: 41%;
	}

	.list-products .product-action .input-group-quantity,
	.list-products .product-action .button-add-to-cart {
		max-width: 200px;
	}

	.page-cart .cart-checkout-button-wrap .btn-cart-action {
		padding: .375rem .75rem;
		font-size: 1rem;
		line-height: 1.5;
		border-radius: .25rem;
	}
}

@media (max-width: 992px) {
	body h1,
	body .h1 {
		font-size: 1.625rem !important;
	}

	body h2,
	body .h2 {
		font-size: 1.5rem !important;
	}

	body h3,
	body .h3 {
		font-size: 1.375rem !important;
	}

	body h4,
	body .h4 {
		font-size: 1.25rem !important;
	}

	body h5,
	body .h5 {
		font-size: 1.125rem !important;
	}

	body h6,
	body .h6 {
		font-size: 1rem !important;
	}
}

@media (max-width: 768px) {
	h2.slide-header {
		font-size: 1.5rem !important;
	}

	p.slide-caption {
		font-size: 1rem !important;
	}

	#home-products-slider.list-products .product-action .input-group-quantity,
	#home-products-slider.list-products .product-action .button-add-to-cart {
		max-width: none;
		width: auto;
	}
}

@media (max-width: 576px) {
	.home-products-list .list-products .product-action .input-group-quantity,
	.home-products-list .list-products .product-action .button-add-to-cart {
		max-width: 150px;
	}

	.product-siblings-list .product-add .input-group-quantity {
		max-width: 45%;
	}

	.product-siblings-list .product-add .button-add-to-cart {
		max-width: 55%;
	}
}

@media (max-width: 420px) {
	.list-products.list-products-catalog .product-action .input-group-quantity,
	.list-products.list-products-catalog .product-action .button-add-to-cart {
		max-width: 150px;
	}
	
}


